home *** CD-ROM | disk | FTP | other *** search
/ Amiga Game-Power / Amiga Game-Power.iso / anwendungen / mackie / uedit / help! < prev    next >
Text File  |  1994-05-20  |  15KB  |  361 lines

  1.  
  2.                                Uedit V2.4
  3.                    Copyright (C) 1986-88, Rick Stiles
  4.   (S=Shift, A=Alt, C=Ctl, L=lAmiga, R=rAmiga, BS=BackSpace, KP=KeyPad)
  5.  
  6.             *** Use TEACH KEYS to learn key assignments ***
  7.                           
  8.        *** Click window's Title Bar to switch to Tiny Window ***
  9.        
  10.     *** pmEsc is the Primitive Mode Esc character, normally ESC ***
  11.     ***   Primitive Mode is used for string and number inputs   ***
  12.     *** You can press ESC and change pmEsc to the Return key or ***
  13.     ***                some other ctrl character                ***
  14.  
  15. SCROLL:
  16. mouse:          Hold down button & move mouse to scroll up/down
  17. R-s:            Scroll Type in range 0 to 2
  18. upArrow:        Scroll up 1 line
  19. downArrow:      Scroll down 1 line
  20. leftArrow:      Scroll right 1 char
  21. rightArrow:     Scroll left 1 char
  22. S-upArrow:      Scroll up 11 lines
  23. S-downArrow:    Scroll down 11 lines
  24. S-leftArrow:    Scroll right 10 chars
  25. S-rightArrow:   Scroll left 10 chars
  26. A-upArrow:      Scroll to start of page
  27. A-downArrow:    Scroll to bottom of page
  28. A-leftArrow:    Scroll right 20 chars
  29. A-rightArrow:   Scroll left 20 chars
  30. C-upArrow:      Scroll to start of file
  31. C-downArrow:    Scroll to end of file
  32. C-leftArrow:    Scroll to end of line
  33. C-rightArrow:   Scroll to start of line
  34. gadget3:        Scroll display down
  35. gadget4:        Scroll display up
  36.  
  37. CURSOR:
  38. mouse:      Place cursor or scroll if button held
  39. kp5:        Find cursor and center it in window
  40. kp8:        Move cursor up 1 line
  41. kp2:        Move cursor down 1 line
  42. kp4:        Move cursor to start of word
  43. kp6:        Move cursor to end of word
  44. S-kp4:      Move cursor left 1 char
  45. S-kp6:      Move cursor right 1 char
  46. A-kp4:      Move cursor to start of line
  47. A-kp6:      Move cursor to end of line
  48. A-kp8:      Move cursor to start of page
  49. A-kp2:      Move cursor to end of page
  50. C-kp8:      Move cursor to start of form
  51. C-kp2:      Move cursor to end of form
  52.  
  53. TABS:
  54. S-tab:   Transparent tab forward
  55. A-tab:   Transparent tab backward
  56. C-tab:   Untab - delete white space back to previous tab column
  57. AC-tab:  Switch to/from using spaces for tabs or using real tabs
  58. SA-tab:  Show tab ruler above cursor line
  59. SC-tab:  Set tab ruler using mouse or keys
  60. L-t:     Convert tabs in file to spaces
  61. R-t:     Convert spaces in file to tabs
  62. SAC-tab: Set tab table number (0-4) to use for tab spacing
  63.  
  64. AMIGADOS:
  65. C-mouse: in blackspace:  click-load dir/filename
  66. C-mouse: in whitespace:  show buf38 split window directory list
  67. A-z:   Get directory listing. (Also sets directoryname used in C-mouse.)
  68. AC-z:  Change the current Uedit directory
  69. C-y:   Execute an AmigaDOS command, but don't collect the results
  70. C-z:   Execute an AmigaDOS command and get results
  71.  
  72. FILES:
  73. gadget1: Switch to next file
  74. gadget2: Switch to previous file
  75. f1:      Switch to next file
  76. S-f1:    Switch to previous file
  77.  
  78. OPEN:
  79. C-mouse: Load File or select Directory that is CTRL-clicked
  80. A-f1:    Load a file
  81. C-f1:    Open new "Noname" file
  82. SA-f1:   Insert file at cursor
  83. SC-f1:   Restore current file to original
  84. L-f1:    Bring up file requester (Needs ARP library & FileReq prog in C:.)
  85. A-n:     Rename the file in the window
  86.  
  87. SAVE:
  88. f2:      Save file currently in window
  89. S-f2:    Save file under different name
  90. A-f2:    Save all changed files
  91. SC-f2:   Save hilite as...
  92. SA-f2:   Abort the current file save
  93.  
  94. CLOSE:
  95. f3:      Close current file.  If changed, "Save changes?"
  96. S-f3:    Auto-save file, if changed, then close it
  97. closeBox:  If changed, "Save changes?"  Close, if no files, "Really quit?"
  98.  
  99. QUIT:
  100. f4:     Ask "Save changes?", if any changes, then "Really quit?"
  101. S-f4:   Auto-save changes, then quit
  102. A-f4:   Quit fast, WITHOUT saving any files
  103.  
  104. BUFFERS:
  105. A-w:    Swap current buffer to buffer 0 (the "home" buffer)
  106. A-f3:   Free all work (non-file) buffers
  107. SA-f6:  Input the number of a buffer to edit
  108. L-w:    Push current file onto buffer stack
  109. R-w:    Pop buffer off of stack
  110. SA-w:   Rotate buffer stack
  111. C-w:    Swap the current file with buffer 41
  112. A-f:    Input the number of a buffer to free
  113. SC-f6:  Examine all buffers that aren't empty
  114.  
  115. SCRATCH DELETES & UNDO:
  116. kp0:    UNDO scratch deletes, inserting scratch delete buffer at cursor
  117. C-d:    Delete cursor line, storing it in Undo buffer
  118. kp7:    Delete word left, storing it in Undo buffer
  119. kp9:    Delete word right, storing it in Undo buffer
  120. S-kp7:  Delete char to left of cursor, storing it in Undo buffer
  121. S-kp9:  Delete char under cursor, storing it in Undo buffer
  122. A-kp7:  Delete to start of line, storing it in Undo buffer
  123. A-kp9:  Delete to end of line, storing it in Undo buffer
  124. C-kp7:  Delete from cursor to start of page, storing it in Undo buffer
  125. C-kp9:  Delete from cursor to end of page, storing it in Undo buffer
  126.  
  127. HILITE:
  128. SAC-mouse: Drag mouse and mark hilite region
  129. S-mouse:   Set start of hilite region
  130. A-mouse:   Set end of hilite region
  131. kp1:       Set start of hilite region at cursor
  132. kp3:       Set end of hilite region at cursor
  133. kpDot:     Copy hilite region into buffer
  134. kpMinus:   Copy hilite region into buffer, then delete hilite region
  135. kpEnter:   Insert copied hilite at cursor
  136. A-h:       Unmark the hilite region
  137. C-h:       Erase hilite region.  No Copy is made!
  138.  
  139. INVERT:
  140. SC-mouse:  Set start of invert region
  141. AC-mouse:  Set end of invert region
  142. C-kp1:     Set start of invert region at cursor
  143. C-kp3:     Set end of invert region at cursor
  144. C-kpDot:   Copy invert region into buffer
  145. C-kpMinus: Copy invert region into buffer, then delete invert region
  146. C-kpEnter: Insert copied invert region at cursor
  147. A-i:       Unmark the invert region
  148. C-i:       Erase the invert region.  No Copy is made!
  149.  
  150. HELP/COLORS/INTERLACE:
  151. R-h:       Toggle hide display flag (used w/ cmdMultiplier & learn mode)
  152. help:      Load and show help file - press again to release help
  153. C-help:    Start Teach Keys mode - press Amiga-ESC to end it
  154. SC-help:   Refresh window (or screen in interlace), including title bar
  155. A-help:    Rotate 4 Workbench colors in Uedit
  156. SAC-Help:  Rebuild the menus by running the startup command
  157. R-s:       Toggle scroll type, 0 = slow, 1 = fast
  158. R-h:       Toggle hide display
  159. S-esc:     Toggle to/from interlace display mode
  160. R-f1:      Regular screen, 1 bitplane  (2 colors)
  161. R-f2:      Regular screen, 2 bitplanes (4 colors)
  162. R-f3:      Lace screen, 1 bitplane  (2 colors)
  163. R-f4:      Lace screen, 2 bitplanes (4 colors)
  164. A-esc:     Tune RGB colors in interlace using mouse. (See A-Help also.)
  165.  
  166. SEARCH & REPLACE:
  167. f7:     Input search text & search fwd.  (EitherOr="$", wildcards= "?" & "*".)
  168. S-f7:   Modify existing search text and then search fwd
  169. A-f7:   Input new search wildcard & allBut characters
  170. C-f7:   Input new search either-or character
  171. f8:     Input replace string to use in search-replace
  172. S-f8:   Modify existing replace string
  173. f9:     Search forward, mark matched region, put cursor at start of rgn
  174. S-f9:   Search backward, mark matched region, put cursor at start of rgn
  175. f10:    Replace matched region with replace text, then search forward
  176. S-f10:  Replace matched region with replace text, then search backward
  177. A-f10:  Replace and continue forward search-replace until search fails
  178. C-8:    Toggle case-sensitivity of search
  179.  
  180. KEYS:
  181. f5:     Swap next 2 commands
  182. SAC-f6: Kill next command
  183. L-f6:   Find out if keys have got commands attached
  184. A-m:    Swap mouse buttonUp with the next key pressed
  185. A-u:    Toggle using printable keys for commands/normal typing
  186. C-t:    Teach One, shows help message on next key
  187.  
  188. CONFIG & COMPILE:
  189. f6:     Compile command at or following cursor
  190. A-f6:   Save UE data to disk.  Default is Data! or last name you gave
  191. C-f6:   Restore UE data from disk.  Default is Data! or last name you gave
  192. AC-f6:  Compile default values at the top of Config! file
  193. S-f6:   Select buf44 to use for scratch editing or writing commands
  194.  
  195. LEARN MODE:
  196. C-5:  Save a learned sequence
  197. C-6:  Load a learned sequence
  198. C-7:  Load and run learned sequence
  199. C-s:  Start/abort Learn Mode.  (Use C-r to finish & to run it.)
  200. C-r:  Finish Learn Mode or run learned sequence
  201.  
  202. SPLIT WINDOWS:
  203. L-0:  Remove current split window
  204. L-=:  Adjust active split window size with mouse
  205. L-c:  Split window to show current file
  206. L-1:  Split window to show Undo buffer
  207. L-2:  Split window to show search buffer
  208. L-3:  Split window to show replace buffer
  209. L-4:  Split window to show copied hilite buffer
  210. L-5:  Split window to show copied invert buffer
  211. L-6:  Split window to show copied columnar buffer
  212. L-7:  Split window to show directory names
  213. L-8:  Set split window size
  214. L-9:  Activate next window split
  215.  
  216. COLUMNAR:
  217. SC-`:  Toggle columnar/regular display mode
  218. SC-1:  Copy and clear hilited columnar data
  219. SC-2:  Space-fill hilited columnar data, overlaying text.  No copy made.
  220. SC-3:  Copy hilited columnar data
  221. SC-4:  Insert copied columnar data at cursor
  222. SC-5:  Overlay copied columnar data at cursor
  223. SC-6:  Insert marked columnar hilite at cursor (no intermediate copy)
  224. SC-7:  Overlay marked columnar hilite at cursor (no intermed copy)
  225.  
  226. PRINT:
  227. C-p:  Print the hilite region.
  228. A-p:  Select printing port:  parallel, serial, print.dev processed or raw
  229. AC-p: Print file
  230. L-a:  Stop current print
  231. R-a:  Stop all prints
  232. L-s:  Restart current print
  233. SAC-p:  Show printer control code help
  234. L-p:  Printer codes:  Next letter key brackets hilite for boldface, etc
  235. R-g:  Find next printer code (can delete it with C-h)
  236. L-g:  Insert printer code.  (See printer code table for numbers 0-75.)
  237.  
  238. PAGE:
  239. L-y:  Erase next page number
  240. A-3:  Input page number to go to
  241. L-f:  Insert a formfeed character
  242. L-h:  Go to top of page
  243. L-b:  Go to end of page
  244. L-v:  Insert page-division at cursor
  245. L-d:  Delete next page-division
  246. L-r:  Auto-insert page-divisions and page-numbers in file
  247.  
  248. SPELL:
  249. R-1:  Load in the speller dictionary files
  250. R-2:  Find first misspelled word, starting at cursor.  Abort with Amiga-ESC.
  251. R-3:  Spell-check from cursor fwd.  Mark bad words with "@".
  252. R-4:  Load suppl dictionary & spell from cursor fwd.  Add to supplement.
  253. R-5:  Merge dict suppl with dict-files.  dict.A-Z must be in Cur Dir.
  254. R-6:  Remove words from dict-files.  dict.A-Z must be in Cur Dir.
  255. R-8:  Free speller files.  (Frees 12k to 165k of memory.)
  256.  
  257. ARITHMETIC:
  258. C-0:  Set running total to 0
  259. C-\:  Type the running total at cursor
  260. C-=:  Add next word (if number) to total & display total
  261. C--:  Subtract next word (if number) from total & display total
  262.  
  263. REXX:
  264. AC-1:  Edit Rexx output buf35
  265. AC-2:  Edit Rexx input buf36
  266. AC-3:  Send output buf35 to Rexx
  267. AC-4:  Fetch Rexx input into buf36
  268. AC-5:  Send hilite region to Rexx
  269. AC-6:  Fetch Rexx input at cursor
  270. AC-7:  Send an OK reply to Rexx  (Amiga-ESC abort sends Failed reply.)
  271. AC-8:  Send an OK reply to Rexx along with text in hilite region
  272. AC-9:  Toggle Rexx auto-traffic mode, handles traffic during idle periods
  273. AC-0:  Make an x.rexx program with commands to send to Uedit
  274.  
  275. MISCELLANEOUS:
  276. C-m:  Set command multiplier to use for next command
  277. C-n:  Input a text line number to go to
  278. A-e:  Change eol character
  279. C-e:  Change current file's eol character
  280. A-c:  Trim spaces between the next two words after cursor
  281. C-c:  Let next character typed be a CTRL-character, such as formfeed, etc
  282. SA-c: Count number of times the next command is successfully run
  283. A-g:  Input a new lines/page value
  284. L-m:  Set left margin
  285. L-u:  Set top margin
  286. L-l:  Set bottom margin
  287. AC-f1:  Set max files can load for editing (1-100, typ. 20)
  288. C-return:  Set new lineLength
  289.  
  290. C-/:  Show the ASCII value of character under cursor
  291. C-1:  Show current file size
  292. C-3:  Reformat cursor paragraph, starting at cursor line
  293. C-4:  Delete all trailing white-space in current file
  294.  
  295. S-f5:   Toggle overstrike typing mode
  296. A-f5:   Toggle autoindent typing mode
  297. C-f5:   Toggle wordwrap typing mode
  298. A-j:    Toggle right-justify typing mode
  299. L-f5:   Toggle "changed" status of current buffer
  300. SA-f5:  Toggle file read-only status
  301. SAC-f5: Toggle auto-backup mode
  302. SA-m:   Toggle map illegals setting
  303. C-f2:   Toggle save-on-idle flag
  304.  
  305. SC-f5:  Toggle speak-messages status
  306. AC-f5:  Toggle speak-alerts status
  307. C-2:    Toggle displaying of cursor row-column
  308. C-b:    Toggle "busies" setting, shows buf# being worked on
  309. C-g:    Toggle the mark-gadgets setting
  310. AC-i:   Toggle the "make icons" flag
  311. C-v:    Toggle flag that makes CTRL chars vis/invis
  312.  
  313. C-l:  Convert character under cursor to lower case and advance cursor
  314. C-f:  Toggle upper/lower case of char under cursor
  315. C-u:  Convert char under cursor to upper case
  316. C-x:  Toggle number under cursor between hex/decimal
  317.  
  318. C-j:    Join next line to cursor line
  319. C-o:    Open cursor line for typing
  320. S-del:  Open space under cursor for typing
  321. A-del:  Open line for typing below cursor line
  322. S-bs:   Open space for typing in front of current word
  323. A-bs:   Open line for typing above current line
  324. C-bs:   Delete line below cursor line
  325. C-del:  Delete line above cursor line
  326.  
  327. A-l:  Move hilite to left by one space
  328. A-r:  Move hilite to right by one space
  329. A-1:  Clear leading white space in cursor line
  330. A-2:  Center cursor line.  (Uses current lineLength.)
  331. A-4:  Match indent of cursor line to prev line
  332. A-5:  Right-align cursor line from cursor rightward
  333.  
  334. SA-mouse: click/drag mouse to put word/phrase into index (C-w to see.)
  335. SA-i:   Scan index buffer (buf41), build index.  (C-w to see.)
  336.  
  337. SAC-i:  Input idle-timer value (tenths of sec) after which idle cmd run
  338. A-d:    Delay amount of time (tenths of seconds) stored using SA-d
  339. SA-d:   Set delay variable to some value in tenths of seconds
  340. A-8:    Show value of a number variable
  341. A-9:    Set value of a number variable
  342.  
  343. -----------------------------------------------------------------------------
  344. BUFFER CONVENTIONS: ("See buffers" shows you these, if they are not empty.)
  345. buf55-99 = available for user commands
  346. buf50-54 = used for temporary purposes in commands
  347. buf49 = search string                  buf48 = replace string
  348. buf47 = copied hilite                  buf46 = copied invert
  349. buf45 = scratch deletes (for Undo)     buf44 = edit-command buffer
  350. buf43 = filenames                      buf42 = HELP
  351. buf41 = used in swapBuf (ctl-w)        buf40 = AmigaDOS command
  352. buf39 = AmigaDOS result                buf38 = directory names
  353. buf37 = copied columnar data           buf36 = Rexx msg/reply input buffer
  354. buf35 = Rexx msg/reply output buffer   MaxFiles-buf34 = available
  355. You can change this convention by editing the Config! file.
  356. -----------------------------------------------------------------------------
  357. NUMBER CONVENTIONS: (These variables are used  by  certain  commands.   Press
  358. alt-8 to see them.  Press alt-9 to set any number to a value.)
  359. n46 = tenths of second to delay        n49 = dollars & cents in running total
  360. -----------------------------------------------------------------------------
  361.